﻿2026-08-30T06:19:39.7023627Z ##[group]Run actions/checkout@v5
2026-08-30T06:19:39.7024100Z with:
2026-08-30T06:19:39.7024461Z   repository: BigscreenVR/spt-bs-core
2026-08-30T06:19:39.7027196Z   token: ***
2026-08-30T06:19:39.7027738Z   ssh-strict: true
2026-08-30T06:19:39.7028258Z   ssh-user: git
2026-08-30T06:19:39.7028806Z   persist-credentials: true
2026-08-30T06:19:39.7029503Z   clean: true
2026-08-30T06:19:39.7030085Z   sparse-checkout-cone-mode: true
2026-08-30T06:19:39.7030709Z   fetch-depth: 1
2026-08-30T06:19:39.7031059Z   fetch-tags: false
2026-08-30T06:19:39.7031411Z   show-progress: true
2026-08-30T06:19:39.7031755Z   lfs: false
2026-08-30T06:19:39.7032084Z   submodules: false
2026-08-30T06:19:39.7032446Z   set-safe-directory: true
2026-08-30T06:19:39.7032842Z   allow-unsafe-pr-checkout: false
2026-08-30T06:19:39.7033238Z ##[endgroup]
2026-08-30T06:19:39.7762722Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-30T06:19:39.7764188Z ##[group]Getting Git version info
2026-08-30T06:19:39.7764832Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-30T06:19:39.7765718Z [command]/usr/bin/git version
2026-08-30T06:19:39.7766172Z git version 2.43.0
2026-08-30T06:19:39.7782044Z ##[endgroup]
2026-08-30T06:19:39.7790902Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/7adb02af-caa6-4b47-b595-7adcb9923e1a/.gitconfig'
2026-08-30T06:19:39.7798543Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7adb02af-caa6-4b47-b595-7adcb9923e1a' before making global git config changes
2026-08-30T06:19:39.7799844Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T06:19:39.7801667Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-30T06:19:39.7833047Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-30T06:19:39.7851238Z https://github.com/BigscreenVR/spt-bs-core
2026-08-30T06:19:39.7860822Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-30T06:19:39.7863186Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-30T06:19:39.7884387Z refs/heads/main
2026-08-30T06:19:39.7890799Z [command]/usr/bin/git checkout --detach
2026-08-30T06:19:39.8363231Z HEAD is now at dc07e215f feat(hints): read a shell adapter's [[hints]], one line per source
2026-08-30T06:19:39.8401081Z [command]/usr/bin/git branch --delete --force main
2026-08-30T06:19:39.8439558Z Deleted branch main (was dc07e215f).
2026-08-30T06:19:39.9514523Z ##[endgroup]
2026-08-30T06:19:39.9519155Z [command]/usr/bin/git submodule status
2026-08-30T06:19:39.9710976Z ##[group]Cleaning the repository
2026-08-30T06:19:39.9714359Z [command]/usr/bin/git clean -ffdx
2026-08-30T06:19:44.1654941Z Removing target/
2026-08-30T06:19:44.1666674Z [command]/usr/bin/git reset --hard HEAD
2026-08-30T06:19:44.1835656Z HEAD is now at dc07e215f feat(hints): read a shell adapter's [[hints]], one line per source
2026-08-30T06:19:44.1841447Z ##[endgroup]
2026-08-30T06:19:44.1843204Z ##[group]Disabling automatic garbage collection
2026-08-30T06:19:44.1846216Z [command]/usr/bin/git config --local gc.auto 0
2026-08-30T06:19:44.1872380Z ##[endgroup]
2026-08-30T06:19:44.1873000Z ##[group]Setting up auth
2026-08-30T06:19:44.1877572Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-30T06:19:44.1902575Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-30T06:19:44.2093136Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-30T06:19:44.2117977Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-30T06:19:44.2303916Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-30T06:19:44.2327978Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-30T06:19:44.2514048Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-30T06:19:44.2545028Z ##[endgroup]
2026-08-30T06:19:44.2545494Z ##[group]Fetching the repository
2026-08-30T06:19:44.2550904Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +da71b78521b425a23dfa55fb264445c256fb2996:refs/remotes/origin/golden/now-signal-23
2026-08-30T06:19:44.8352222Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-30T06:19:44.8352871Z  * [new ref]             da71b78521b425a23dfa55fb264445c256fb2996 -> origin/golden/now-signal-23
2026-08-30T06:19:44.8376144Z ##[endgroup]
2026-08-30T06:19:44.8376744Z ##[group]Determining the checkout info
2026-08-30T06:19:44.8378441Z ##[endgroup]
2026-08-30T06:19:44.8382166Z [command]/usr/bin/git sparse-checkout disable
2026-08-30T06:19:44.8421065Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-30T06:19:44.8443249Z ##[group]Checking out the ref
2026-08-30T06:19:44.8445493Z [command]/usr/bin/git checkout --progress --force -B golden/now-signal-23 refs/remotes/origin/golden/now-signal-23
2026-08-30T06:19:44.8694101Z Previous HEAD position was dc07e215f feat(hints): read a shell adapter's [[hints]], one line per source
2026-08-30T06:19:44.8701383Z Switched to a new branch 'golden/now-signal-23'
2026-08-30T06:19:44.8701976Z branch 'golden/now-signal-23' set up to track 'origin/golden/now-signal-23'.
2026-08-30T06:19:44.8710260Z ##[endgroup]
2026-08-30T06:19:44.8754404Z [command]/usr/bin/git log -1 --format=%H
2026-08-30T06:19:44.8783684Z da71b78521b425a23dfa55fb264445c256fb2996
